object FrmSaveMacro: TFrmSaveMacro Left = 368 Top = 300 BorderStyle = bsDialog Caption = 'Save Macro' ClientHeight = 146 ClientWidth = 415 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 15 Width = 31 Height = 13 Caption = 'Name:' end object Label2: TLabel Left = 8 Top = 47 Width = 57 Height = 13 Caption = 'Description:' end object EditNome: TEdit Left = 72 Top = 12 Width = 329 Height = 21 TabOrder = 0 end object EditDesc: TMemo Left = 72 Top = 48 Width = 329 Height = 51 MaxLength = 2000 TabOrder = 1 end object Button1: TButton Left = 249 Top = 114 Width = 70 Height = 23 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 331 Top = 114 Width = 70 Height = 23 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end end